.NET Data Community Standup - Entity Framework Core FAQs
Join the Microsoft .NET Data team to get answers to many frequently asked questions about EF Core. F ...View More
.NET Data Community Standup - The Plan for Entity Framework Core 8
The plan has been published for EF Core 8 and other data access work in .NET 8. This includes work i ...View More
Leveling up data: Upgrade from EF6 to EF7 and blast off! | .NET Conf 2022
In this code-heavy session, Arthur and Shay from the .NET Data team take an Entity Framework 6 appli ...View More
T4 goodness with Entity Framework Core 7 | .NET Conf 2022
In EF Core 7 you can now use T4 (text template transformation templates) to customize the Database F ...View More
ASP NET core identity setup in blazor application
How to install and set up ASP.NET core identity in an existing blazor application. In our upcoming v ...View More
Using stored procedure in entity framework core
How to use stored procedures with entity framework core. EF Core FromSqlRaw Method FromSqlRaw() is o ...View More
Register new user using asp net core identity
How to register new user using asp.net core identity framework Text version of the video ...
ASP NET Core Identity tutorial from scratch
In this video and in our upcoming videos in this series, we will discuss everything you need, to eff ...View More
Edit view in asp net core mvc
In this video we will discuss implementing Edit view to edit existing data. Text version of the vide ...View More
Keeping domain models and database schema in sync in asp net core
In this video we will discuss 1. How to keep domain models and database schema in sync using migrati ...View More